.hot_box_swiper {
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.hot_box_swiper .left {
  width: 125px;
  margin-right: 35px;
  position: static;
  transform: none;
}
@media (max-width: 600px) {
  .hot_box_swiper .left {
    width: 95px;
    margin-right: 10px;
  }
}
.hot_box_swiper .right {
  width: calc(100% - 160px);
  flex: 1;
  flex-shrink: 0;
  height: 100%;
}
.weather_date_box {
  width: 100%;
  height: 80px;
  background: url(../images/index_date_bg.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
}
.weather_date_box .weather_month {
  display: inline-block;
  padding-top: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.weather_date_box .weather_date {
  display: inline-block;
  padding-top: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #0069c5;
}
.weather_date_box .weather_date b {
  font-size: 34px;
}
.weather_info {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.weather_info .weather_img {
  max-width: 25px;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .weather_info .weather_img {
    max-width: 15px;
    margin-right: 8px;
  }
}
.weather_info .weather_p {
  flex: 1;
  flex-shrink: 0;
  height: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #0059a7;
}
.weather_info .weather_p li {
  white-space: nowrap;
}
.main_content {
  padding-top: 35px;
}
.main_content .hot_swiper {
  height: 100%;
}
.main_content .hot_swiper .hot_content {
  padding-top: 20px;
}
.main_content .hot_swiper .dot {
  bottom: 5px;
}
@media (max-width: 600px) {
  .hot_swiper .hot_content a h3 {
    font-size: 18px !important;
  }
}
